html, body
{
    margin: 0;
    padding: 0;
}
.pagebox
{
    position: relative;
}
.title_main
{
    line-height: 70px!important;
    color: rgba(255,255,255,1);
    font-size: 24px!important;
}
.stylebox_title
{
    background-color: #f0902c!important;
}
.stylebox_top
{
    width: auto;
    height: 70px!important;
    background-color: #f0902c!important;
}
@media only screen and (max-width: 768px)
{
    .stylebox_top
    {
        display: none;
    }
}
*
{
    font-family: "微软雅黑"!important;
}